home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / gadget / r3thumbng.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.1 KB  |  49 lines

  1.  
  2. // JavaScript wrapper for r3thumbng.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_THUMBNAILGADGET_H = 1;
  7. include("oops/r3gadget.js")
  8.  
  9.  
  10. var R3CLID_THUMBNAILGADGET = 1736;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3THNGA_ReadOnly = 1736500;
  19. function SetR3THNGA_ReadOnly(value) {
  20.   R3Set(this.r3obj, R3THNGA_ReadOnly, value, R3TID_BOOLEAN, 0); 
  21. }
  22.  
  23. R3THNGA_UpdateImageObj = 1736501;
  24. function SetR3THNGA_UpdateImageObj(value) {
  25.   R3Set(this.r3obj, R3THNGA_UpdateImageObj, value, R3TID_OBJECT, 0); 
  26. }
  27.  
  28. R3THNGA_UpdateImageMth = 1736502;
  29. function SetR3THNGA_UpdateImageMth(value) {
  30.   R3Set(this.r3obj, R3THNGA_UpdateImageMth, value, R3TID_INTEGER, 0); 
  31. }
  32.  
  33.  
  34.  
  35. function r3Thumbnailgadget () { 
  36.    this.base = r3God;
  37.    if(arguments.length) {
  38.       this.base(R3CLID_THUMBNAILGADGET, arguments);
  39.    }
  40.    // Methods
  41.  
  42.    // Attributes
  43.    this.SetReadOnly=SetR3THNGA_ReadOnly;
  44.    this.SetUpdateImageObj=SetR3THNGA_UpdateImageObj;
  45.    this.SetUpdateImageMth=SetR3THNGA_UpdateImageMth;
  46. }
  47.  
  48. r3Thumbnailgadget.prototype=new r3Gadget;
  49. // r3thumbng.h_H